home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / dfÜ / amigafax / lib / config_usr_2.0 < prev    next >
Encoding:
Text File  |  1995-08-18  |  3.1 KB  |  114 lines

  1. #
  2. # Config file for USR Courier HST Class 2.0
  3. # From mark@legend.akron.oh.us (Mark E Daniel)
  4. #
  5. # 18AUG95 DAV
  6. # Stripped out some comment lines.
  7. # NOTE: This file does NOT contain FCLASS=2.0 line
  8. #       I suggest using the ZAP contributed version for
  9. #       USR 2.0 modems, Config_USR_2.0,  which does...
  10. ########################################
  11. #                                      #
  12. # User preferences for AmigaFax system #
  13. #                                      #
  14. ########################################
  15.  
  16. ########################################
  17. # afax - Fax Front-End Configuration
  18.  
  19. # Text file editor, defaults to Ed (eg dme, TxED, ced, memacs, mg)
  20. Editor MEmacs
  21.  
  22. # Default template to use when creating test files
  23. Template FAXLIB:Letter
  24.  
  25. #Editor for ILBM graphics
  26. ILBMEditor dpaint
  27.  
  28. ########################################
  29. # mkafax - Fax Page Layout Options
  30.  
  31. # Default Font (Used by default, unless overridden) (eg times 24)
  32. DefaultFont cmbx10 29
  33.  
  34. # Header Font  (Used for page header lines)
  35. HeaderFont cmbx10 29
  36.  
  37. #Page Header Text - No header printed if not defined
  38. #PHeader The Legend BBS (Public FAXs)
  39.  
  40. # Indentation for mkafax, pixels
  41.  
  42. LeftIndent  50
  43. RightIndent 50
  44.  
  45. ########################################
  46. # afaxspl - Fax Spooler Options
  47.  
  48. # Fax Spooler Interval (minutes)
  49. # Period at which Queue is scanned for outgoing faxes
  50. SpoolInterval 1
  51.  
  52. ########################################
  53. # faa - Fax Receiver Options
  54.  
  55. # Receive Status Window. Line must be present for window to appear.
  56. # Optional parameters LeftEdge, TopEdge are pixel positions
  57. RStatus 10 10
  58.  
  59. # DLEmode (0,1,3) - Handling of DLE in Phase C data stream
  60. # 0 (default) treat DLE in received data as escape (Maestro 3.1, ZyXEL 3.99+)
  61. # 1           Received DLE is g3 data              (ZyXEL Vn3.90)
  62. # 3           RAW input mode - currently for testing only
  63. DLEmode 0
  64.  
  65. # Receive Rate (Initial - defaults to 2400, for Maestro & old ZyXEL ROMS)
  66. # This is only used when faa runs standalone, not from GETTY
  67. RRate 38400
  68.  
  69. ########################################
  70. # afaxsend - Fax Transmitter
  71.  
  72. WSetup ATM2X4&C1&D3S7=255 AT+FCLASS=2.0 AT+FNR=1,1,1,0 AT+FCC=1,5,0,2
  73.  
  74. # Preferred Dialling Method, Tone or Pulse (defaults to Pulse)
  75. DialType Tone
  76.  
  77. # Write Status Window. Line must be present for window to appear.
  78. # Optional parameters LeftEdge, TopEdge are pixel positions
  79. WStatus 10 60
  80.  
  81. ########################################
  82. # viewafax - Fax Viewer
  83.  
  84. # Default Viewer Scale, 1-8. (1 = 1:1, 3 = 1:3, fits page on 640 wide screen)
  85. ViewScale 1
  86.  
  87. ########################################
  88. # afaxprt - Fax Print
  89.  
  90. # If a fax page exceeds the physical page length by less than this
  91. # number of lines, it will be compressed vertically to fit on the page.
  92. # If it is longer, it will be broken into multiple pages.
  93. MinLines 1000
  94.  
  95. ########################################
  96. # General Configuration
  97.  
  98. # Default Debug Level (0-9)
  99. Debug 0
  100.  
  101. # LogFile - if defined, debug information will be logged here
  102. LogFile FaxSpool:FaxLog
  103.  
  104. # The 20 character local ID string sent to remote modem
  105.  
  106. LocalID    "+1 216 733 9121"
  107.  
  108. # Device to use (default is serial.device)
  109. Device serial.device
  110.  
  111. # Device Unit number (default is 0)
  112. Unit 0
  113.